EPT/VT-d: disable page sharing by default.
authorKeir Fraser <keir@xen.org>
Tue, 21 Dec 2010 18:10:46 +0000 (18:10 +0000)
committerKeir Fraser <keir@xen.org>
Tue, 21 Dec 2010 18:10:46 +0000 (18:10 +0000)
Currently sharing these page tables causes a hang on boot on some
hardware. Disable by default until this is resolved.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/drivers/passthrough/vtd/iommu.c

index 3bf7b9f384644a19a1dda45225597781a876894e..dd7c7f666b700665d3073b3416180a7753c7752d 100644 (file)
@@ -45,7 +45,7 @@
 #define nr_ioapics              iosapic_get_nr_iosapics()
 #endif
 
-static int sharept = 1;
+static int sharept = 0;
 boolean_param("sharept", sharept);
 
 int nr_iommus;